A brief look at the Fantom programming language
Updated: 2010-12-31 15:30:58
As part of my 12 programming languages in 12 months challenge I took a look into the Fantom programming language. Fantom appears to have a lot going for it: It’s object-oriented, has familiar C-style syntax, it’s functional with build in closures, and supports both static and dynamic typing (which is something I really liked in [...]